home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / systeem / beveil / hitmanpro25.exe / {app} / update.exe / string.txt < prev    next >
Text File  |  2006-08-31  |  4KB  |  79 lines

  1. 101    (Paused) 
  2. 102    AutoIt Error
  3. 104    Unable to open the script file.
  4. 105    Badly formatted "Func" statement.
  5. 106    Unable to parse line.
  6. 107    Missing right bracket ')' in expression.
  7. 108    Missing operator in expression.
  8. 109    Unbalanced brackets in expression.
  9. 110    Error in expression.
  10. 111    Error parsing function call.
  11. 112    Incorrect number of parameters in function call.
  12. 113    "ReDim" used without an array variable.
  13. 114    Illegal text at the end of statement (one statement per line).
  14. 115    "If" statement has no matching "EndIf" statement.
  15. 116    "Else" statement with no matching "If" statement.
  16. 117    "EndIf" statement with no matching "If" statement.
  17. 118    Too many "Else" statements for matching "If" statement.
  18. 119    "While" statement has no matching "Wend" statement.
  19. 120    "Wend" statement with no matching "While" statement.
  20. 121    Variable used without being declared.
  21. 122    Array variable has incorrect number of subscripts or subscript dimension range exceeded.
  22. 123    Array variable subscript badly formatted.
  23. 124    Subscript used with non-Array variable.
  24. 125    Too many subscripts used for an array.
  25. 126    Missing subscript dimensions in "Dim" statement.
  26. 127    No variable given for "Dim", "Local", "Global" or "Const" statement.
  27. 128    Expected a "=" operator in assignment statement.
  28. 129    Invalid keyword at the start of this line.
  29. 130    Array maximum size exceeded.
  30. 131    "Func" statement has no matching "EndFunc".
  31. 132    Duplicate function name.
  32. 133    Unknown function name.
  33. 134    Unknown macro.
  34. 135    Unable to execute the external program.
  35. 136    Unable to get a list of running processes.
  36. 139    Unknown option or bad parameter specified.
  37. 140    Unable to load the internet libraries.
  38. 142    Unable to open file, the maximum number of open files has been exceeded.
  39. 143    Invalid file handle used.
  40. 144    Invalid file filter given.
  41. 145    Expected a variable in user function call.
  42. 146    "Do" statement has no matching "Until" statement.
  43. 147    "Until" statement with no matching "Do" statement.
  44. 148    "For" statement is badly formatted.
  45. 149    "Next" statement with no matching "For" statement.
  46. 150    "ExitLoop/ContinueLoop" statements only valid from inside a For/Do/While loop.
  47. 151    "For" statement has no matching "Next" statement.
  48. 152    "Case" statement with no matching "Select"or "Switch" statement.
  49. 153    "EndSelect" statement with no matching "Select" statement.
  50. 154    Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.
  51. 155    Unable to access RunAs API.
  52. 156    String missing closing quote.
  53. 158    Badly formated variable or macro.
  54. 159    This keyword cannot be used after a "Then" keyword.
  55. 160    "Select" statement is missing "EndSelect" or "Case" statement.
  56. 161    "If" statements must have a "Then" keyword.
  57. 163    Cannot assign values to constants.
  58. 164    Cannot make existing variables into constants.
  59. 165    Only Object-type variables allowed in an "With" statement.
  60. 167    Object referenced outside a "With" statement.
  61. 168    Nested "With" statements are not allowed.
  62. 169    Variable must be of type "Object".
  63. 170    The requested action with this object has failed.
  64. 171    Variable appears more than once in function declaration.
  65. 172    ReDim array can not be initialized in this manner.
  66. 173    An array variable can not be used in this manner.
  67. 174    Can not redeclare a constant.
  68. 175    Can not redeclare a parameter inside a user function.
  69. 176    Can pass constants by reference only to parameters with "Const" keyword.
  70. 177    Can not initialize a variable with itself.
  71. 178    Incorrect way to use this parameter.
  72. 179    "EndSwitch" statement with no matching "Switch" statement.
  73. 180    "Switch" statement is missing "EndSwitch" or "Case" statement.
  74. 181    "ContinueCase" statement with no matching "Select"or "Switch" statement.
  75. 182    Assert Failed!
  76. 183    AutoIt has encountered a fatal crash as a result of: Unable to execute DLLCall.
  77. 184    Obsolete function/parameter.
  78. 185    Invalid Exitcode (reserved for AutoIt internal use).
  79.